object CaptureForm: TCaptureForm Left = 390 Top = 297 BorderIcons = [] BorderStyle = bsNone ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] WindowState = wsMaximized OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient end end